github.com/klauspost/compress/flate.huffmanBitWriter.bytes (field)
21 uses
github.com/klauspost/compress/flate (current package)
huffman_bit_writer.go#L117: bytes [256 + 8]byte
huffman_bit_writer.go#L203: w.bytes[n] = byte(w.bits)
huffman_bit_writer.go#L213: w.write(w.bytes[:n])
huffman_bit_writer.go#L242: w.bytes[n] = byte(w.bits)
huffman_bit_writer.go#L248: w.write(w.bytes[:n])
huffman_bit_writer.go#L441: binary.LittleEndian.PutUint64(w.bytes[n:], bits)
huffman_bit_writer.go#L449: w.write(w.bytes[:n])
huffman_bit_writer.go#L857: binary.LittleEndian.PutUint64(w.bytes[nbytes:], bits)
huffman_bit_writer.go#L867: _, w.err = w.writer.Write(w.bytes[:nbytes])
huffman_bit_writer.go#L885: binary.LittleEndian.PutUint64(w.bytes[nbytes:], bits)
huffman_bit_writer.go#L895: _, w.err = w.writer.Write(w.bytes[:nbytes])
huffman_bit_writer.go#L908: binary.LittleEndian.PutUint64(w.bytes[nbytes:], bits)
huffman_bit_writer.go#L918: _, w.err = w.writer.Write(w.bytes[:nbytes])
huffman_bit_writer.go#L934: binary.LittleEndian.PutUint64(w.bytes[nbytes:], bits)
huffman_bit_writer.go#L944: _, w.err = w.writer.Write(w.bytes[:nbytes])
huffman_bit_writer.go#L956: binary.LittleEndian.PutUint64(w.bytes[nbytes:], bits)
huffman_bit_writer.go#L966: _, w.err = w.writer.Write(w.bytes[:nbytes])
huffman_bit_writer.go#L1110: binary.LittleEndian.PutUint64(w.bytes[nbytes:], bits)
huffman_bit_writer.go#L1123: _, w.err = w.writer.Write(w.bytes[:nbytes])
huffman_bit_writer.go#L1139: binary.LittleEndian.PutUint64(w.bytes[nbytes:], bits)
huffman_bit_writer.go#L1152: _, w.err = w.writer.Write(w.bytes[:nbytes])
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |